home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Programming / AMOSList / AMOSLIST / text0222.txt < prev    next >
Encoding:
Text File  |  1998-04-01  |  1.4 KB  |  33 lines

  1. On 20-Mar-98, Ryan Watson wrote:
  2. >Fourth, How would I make it so I can make the program detect if the TCP
  3. >stack exists? I tried a really lame thing that checked if TCP: existed, but
  4. >that didn't work.
  5.  
  6. when you first open the tcp: port, the command returns a code for a successful
  7. open or not.
  8.  
  9. A=Tcp Open (or whatever)
  10. If A=0
  11.  Fuck! No TCP:
  12. Endif
  13.  
  14. Or something similar.
  15.  
  16. Well met and godspeed,
  17.                       Giark
  18.                                        giark@hicksville.dyn.ml.org
  19.                                 http://www.hicksville.dyn.ml.org/~giark/
  20.                             .----------------------------------------------.
  21.                             |      ______  ______    _____                 |
  22.                             |     / ____/ / __  /   / ___ \ Makers of      |
  23.                             |    / /__   / /_/ /   / /  / / SoloTrek II    |
  24.                             |   / ___/  / ____ \  / /  / /                 |
  25.                             |  / /     / /___/ / / /  / /   CyberSpace BBS |
  26.                             | /_/     /_______/ /_/  /_/    (519)579-0072  |
  27.                             |    Fly By Nite Videe-Oh!      (519)579-0173  |
  28.                             |                                              |
  29.                             |    Amiga 1200 030/50MHz 2Mb Chip 4Mb Fast    |
  30.                             `----------------------------------------------'
  31.  
  32.  
  33.